github.com/klauspost/compress/zstd.Decoder.nextBlockSync (method)

2 uses

	github.com/klauspost/compress/zstd (current package)
		decoder.go#L429: 		ok = d.nextBlockSync()
		decoder.go#L486: func (d *Decoder) nextBlockSync() (ok bool) {